*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 15:21:04 +0000 (15:21 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 15:21:04 +0000 (15:21 +0000)
src/ChangeLog

index 582d80c3d573fb21e9085f2c60f71114c0f71664..20567cff9db8468f8324ed793e37fcba69d97bc3 100644 (file)
@@ -1,5 +1,9 @@
 2006-12-04  Kim F. Storm  <storm@cua.dk>
 
+       * process.c (parse_signal): Rename macro from handle_signal.
+       (Fsignal_process): Also accept lower-case variants of signal
+       names (to align with signal names generated by Emacs itself).
+
        * emacs.c (handle_USR1_signal, handle_USR2_signal): Replace by...
        (handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs
        first with code == 0 [signal] and one with code == sig number.